/* CSS Document */
@charset "utf-8";

* {margin:0px;padding:0px;}
html,body {
	min-width:960px;
	font:12px "微软雅黑",Helvetica,Verdana,sans-serif;
	background-color:#fff;
}
table {border-collapse:collapse;}
ul,li{list-style:none;}
a {text-decoration:none;outline:none;cursor: pointer;}
input, button, select, textarea {outline:none;}
img{border:none;}
.clear {clear:both;width:0px;height:0px;overflow:hidden;}
.hides{display: none;}

/*banner*/
.banner{position: relative;}
/*头部*/
.header{width: 960px;position: absolute;top:0;left:50%;z-index: 3;margin-left: -480px;}
.header .header_nav{position: absolute;top: 50px;right: 0px;}
.header .header_nav>li{float: left;margin: 0 5px;padding: 5px 12px;position: relative;}
.header .header_nav>li>a{color: #333; font-size: 14px;}
.header .header_nav>li:hover,.header .header_nav>li.active{background: #1f4c8e;}
.header .header_nav>li:hover>a,.header .header_nav>li.active>a{color: #fff;   }
.header .header_nav li>.sec_nav{position: absolute;top: 26px;left: 0;}
.header .header_nav li>.sec_nav>li{width: 100px;text-align: center;padding: 5px 0;background: #1f4c8e;border-bottom: 1px solid #fff;}
.header .header_nav li>.sec_nav>li:hover{background: #0E82D9;}
.header .header_nav li>.sec_nav>li>a{color: #fff;}

.language-search{position: absolute;right: 0;top: 15px;}
/*语言选择*/
.language{font-family: "宋体";color: #1f4c8e;width: 114px;float: right;}
.language a{color: #1f4c8e;margin: 0 5px;}
.language a:hover,.language a.active{text-decoration: underline;}
/*搜索*/
.search{background: url(../img/search_bg.png);width: 216px;height: 40px;margin-top: 15px;position: relative;}
.search input{border: none;}
.search input.text{padding:5px 40px 5px 5px;margin: 6px 15px;width: 130px;font-family: "微软雅黑";}
.search input.sub{
	cursor: pointer;
	background: #5bb1f2 url(../img/search_icon.png) no-repeat center;
	width: 40px;height: 27px;
	position: absolute;right: 20px;top: 6px;
	}




/*footer*/
.footer{background: #1f4c8e;}
.footer_cont{width: 960px;margin: 0 auto;padding: 15px 0;}
.footer_cont>div{float: left;}
.footer_cont>.sec_div{margin-left: 45px;color: #fff;}
.footer_cont>.sec_div>p{padding: 3px 0;}
.footer_nav {padding: 10px 0;}
.footer_nav li{float: left;}
.footer_nav li>a{color: #fff;}
.footer_nav li>a:hover{text-decoration: underline;}
.footer_nav li>span{margin: 0 10px;}
.share_ul {float: right;width: 136px;}
.share_ul li{float: left;margin: 0 4px;}

/*************js特效**********/
/*banner切换*/
.fullSlidee{width:100%;position:relative;height:500px;background:#fff;}
.fullSlidee .bdd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlidee .bdd ul{width:100% !important;}
.fullSlidee .bdd li{width:100% !important;height:500px;overflow:hidden;text-align:center;}
.fullSlidee .bdd li a{display:block;height:500px;}
.fullSlidee .prevv,.fullSlidee .nextt{display:block;position:absolute;z-index:1;top:50%;margin-top:-38px;left:0;z-index:1;width:47px;height:79px;filter:alpha(opacity=60);opacity:0.6;cursor:pointer;}
.fullSlidee .prevv{background: url(../img/pre.png);}
.fullSlidee .nextt{left:auto;right:0;background: url(../img/next.png);}
.fullSlidee .prevv:hover,.fullSlidee .nextt:hover{filter:alpha(opacity=100);opacity:1;  }

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
}
/*回到顶部*/
#back-to-top{width: 70px;height:70px;position: fixed;bottom: 148px;right: 40px;text-align: center;display:block;display: none;}



fenkai {float: left;}
.telephone {
	    float: right;
    margin-top: 70px;
}

.footer_cont>.sec_div p a {color:#fff;}